projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c0049
)
(command-line) [windows-nt]: Fix typo in regexp
author
Andrew Innes
<andrewi@gnu.org>
Thu, 25 Feb 1999 11:35:45 +0000
(11:35 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Thu, 25 Feb 1999 11:35:45 +0000
(11:35 +0000)
checking for .emacs[.el[c]].
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 950cf702ffcae61213e5b28bb213633c2d3e68cc..66695a08cd0b66bc2774df0dc6d3121a9bb941aa 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-708,7
+708,7
@@
or `CVS', and any subdirectory that contains a file named `.nosearch'."
((eq system-type 'ms-dos)
(concat "~" init-file-user "/_emacs"))
((eq system-type 'windows-nt)
- (if (directory-files "~" nil "^\
.emacs\\(
\.elc?\\)?$")
+ (if (directory-files "~" nil "^\
\.emacs\\(\
\.elc?\\)?$")
"~/.emacs"
"~/_emacs"))
((eq system-type 'vax-vms)